Xuni Product Documentation - Xamarin.Forms
FilterAsync(Expression<Func<T,Object>>,FilterOperation,Object) Method
The path of the data item to which the filter will be applied.
The filter operation.
The value used in the expression.
Filters the data using specified filter parameters.
Syntax
[DebuggerStepThrough()] 
[AsyncStateMachine(Xuni.CollectionView.XuniCollectionView`1+d__9[T])] 
public Task FilterAsync( 
   Expression<Func<T,object>> filterPath, 
   FilterOperation filterOperation, 
   object value 
)

Parameters

filterPath
The path of the data item to which the filter will be applied.
filterOperation
The filter operation.
value
The value used in the expression.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XuniCollectionView<T> Class
XuniCollectionView<T> Members
Overload List